home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / UTILITY / CMDED2E6.ARJ / TO-DO.DOC < prev    next >
Text File  |  1992-06-30  |  1KB  |  27 lines

  1. If you have or are thinking of modifying CMDEDIT in a way that would be
  2. generally useful,  you might like to contact Wayne Davison
  3. (davison@borland.com) who has agreed to co-ordinate the next "extended"
  4. release of CMDEDIT.  Below are a few things which would be useful additions
  5. to CMDEDIT.
  6.  
  7. *  The installation code needs to be re-written to be DOS 5 and Windows aware.
  8.    This requires code to interact with the DOS 5 task switcher API and the
  9.    Windows enhanced-mode API.  The code should also allow for loading and
  10.    removing from high memory (and changing options when CMDEDIT is loaded
  11.    high).  Most of the hard work here has already been published in more
  12.    recent PC Magazine programs such as DOSCLIP.  It should therefore only be a
  13.    matter of re-organising stacks and variables into an area that can be
  14.    allocated as instance memory and incorporating code from these other
  15.    programs.
  16.  
  17. *  History save feature (and if that gets done,  might as well have an alias
  18.    save feature as well).
  19.  
  20. *  Configurable Control-Keys (via configuration file).
  21.  
  22. *  More emacs-like editing (including a kill buffer).
  23.  
  24. *  csh-like history searching (probably conditionally compiled into the code
  25.    as it would increase its size quite a bit).
  26.  
  27.